@charset "UTF-8";
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background: #fff;
    font-family: "Microsoft YaHei", "微软雅黑", arial;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

textarea,
input {
    font-family: "Microsoft YaHei", "微软雅黑", arial;
    color: #333333;
    font-size: 12px;
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:focus,
textarea:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
    font-family: "Microsoft YaHei", "微软雅黑", arial;
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}

a:hover {
    color: #d00008;
}

html,
body {
    height: 100%;
    background: #f9f9fb;
}

body {
    min-height: 1000px;
}

body.hide {
    overflow: hidden;
}

.tx:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.wrap:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.col,
.row {
    width: 100%;
    box-sizing: border-box;
}

.col:after,
.row:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.l {
    float: left;
}

.r {
    float: right;
}

.article {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
}

.article img {
    max-width: 100%;
}

.mainFilter {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: none;
    background: url(../images/mainfilter.png);
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 112px;
    padding-bottom: 360px;
}

.header {
    width: 100%;
    height: 112px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background: #fff;
}

.header .logo {
    width: 219px;
    height: 32px;
    float: left;
    overflow: hidden;
    margin-top: 40px;
}

.header .logo img {
    width: 100%;
    display: block;
}

.header .searchBox {
    float: left;
    margin: 40px 0 0 14px;
    cursor: pointer;
    position: relative;
}

.header .searchBox:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.header .searchBox .searchBtn {
    width: 32px;
    height: 32px;
    background: url(../images/searchbtn3.gif) no-repeat center;
}

.header .searchBox .searchBar {
    width: 296px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 14px;
    display: none;
    position: absolute;
    top: 18px;
    right: -10px;
    z-index: 80;
}

.header .searchBox .searchBar input[type='text'] {
    width: 236px;
    height: 40px;
    background: #F4F5F9;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 14px;
    color: #7C7C7B;
    float: left;
}

.header .searchBox .searchBar input[type='text']::-webkit-input-placeholder {
    color: #7c7c7b;
}

.header .searchBox .searchBar input[type='text']:-moz-placeholder {
    color: #7c7c7b;
}

.header .searchBox .searchBar input[type='text']::-moz-placeholder {
    color: #7c7c7b;
}

.header .searchBox .searchBar input[type='text']:-ms-input-placeholder {
    color: #7c7c7b;
}

.header .searchBox .searchBar button,
.header .searchBox .searchBar input[type='button'] {
    width: 60px;
    height: 40px;
    background: url(../images/searchbtn.png) no-repeat center #979797;
    float: left;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.header .searchBox .searchBar button:hover,
.header .searchBox .searchBar input[type='button']:hover {
    background-color: #af2f2f;
}

.header .language {
    height: 20px;
    line-height: 20px;
    background: url(../images/language.jpg) no-repeat 0 center;
    padding-left: 30px;
    font-family: "Arial";
    color: #999999;
    font-size: 16px;
    float: left;
    margin: 46px 0 0 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.header .language:hover {
    color: #af2f2f;
}

.header .nav .tit,
.header .menuBtn {
    display: none;
}

.header .nav {
    float: left;
    clear: both;
    margin-top: 28px;
}

.header .nav>ul>li {
    float: left;
    position: relative;
    margin-left: 25px;
}

.header .nav>ul>li>a {
    height: 56px;
    line-height: 56px;
    display: block;
    font-size: 16px;
    color: #606060;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.header .nav>ul>li>a:after {
    content: "";
    width: 0%;
    height: 2px;
    background: #af2f2f;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 5;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    display: none;
}

.header .nav>ul>li.on>a,
.header .nav>ul>li:hover>a {
    color: #af2f2f;
}

.header .nav>ul>li.on>a::after,
.header .nav>ul>li:hover>a::after {
    width: 100%;
    left: 0;
}

.header .nav .sub {
    min-width: 140px;
    display: none;
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 90;
}

.header .nav .sub li a {
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #979797;
    white-space: nowrap;
    padding: 0 14px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.header .nav .sub li a:hover {
    background: #af2f2f;
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #2e2e2e;
    padding-top: 40px;
}

.footer .contact {
    float: left;
}

.footer .contact .phone {
    background: url(../images/photo.png) no-repeat;
    padding-left: 62px;
    box-sizing: border-box;
}

.footer .contact .phone .p1 {
    font-size: 14px;
    color: #999999;
}

.footer .contact .phone .p2 {
    margin-top: 4px;
}

.footer .contact .phone .p2 a {
    font-family: "Arial";
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.footer .contact .subscribe {
    margin-top: 20px;
}

.footer .contact .subscribe .txt {
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 2px;
}

.footer .contact .subscribe .inpu {
    margin-top: 10px;
}

.footer .contact .subscribe .inpu:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.footer .contact .subscribe .inpu input[type='text'] {
    width: 212px;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
    border: solid 1px #959595;
    background: none;
    font-size: 14px;
    color: #fff;
    float: left;
}

.footer .contact .subscribe .inpu input[type='text']::-webkit-input-placeholder {
    color: #999999;
}

.footer .contact .subscribe .inpu input[type='text']:-moz-placeholder {
    color: #999999;
}

.footer .contact .subscribe .inpu input[type='text']::-moz-placeholder {
    color: #999999;
}

.footer .contact .subscribe .inpu input[type='text']:-ms-input-placeholder {
    color: #999999;
}

.footer .contact .subscribe .inpu input[type='button'] {
    width: 62px;
    height: 40px;
    cursor: pointer;
    background: #979797;
    float: left;
    font-size: 14px;
    color: #fff;
}

.footer .contact .share {
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.footer .contact .share:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.footer .contact .share .tit {
    float: left;
    margin-right: 10px;
}

.footer .contact .share .bdsharebuttonbox {
    display: inline-block;
}

.footer .contact .share a {
    width: 38px;
    height: 38px;
    float: left;
    margin: 0 22px 0 0;
    padding: 0;
    background: no-repeat;
    background-size: 100% 100%;
    opacity: .4;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.footer .contact .share a:hover {
    opacity: 1;
}

.footer .contact .share a.bds_sqq {
    background-image: url(../images/share1.png);
}

.footer .contact .share a.bds_weixin {
    background-image: url(../images/share2.png);
}

.footer .contact .share a.bds_tsina {
    background-image: url(../images/share3.png);
}

.footer .linkList {
    border-left: solid 1px #505050;
    border-right: solid 1px #505050;
    margin-left: 50px;
    float: left;
    padding: 0 30px 0 80px;
    min-height: 210px;
}

.footer .linkList:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.footer .linkList .list {
    width: 112px;
    float: left;
}

.footer .linkList .list .tit {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.footer .linkList .list .line {
    width: 32px;
    height: 2px;
    background: #747474;
    margin: 18px 0 14px 0;
}

.footer .linkList .list ul li {
    height: 28px;
    line-height: 28px;
}

.footer .linkList .list ul li a {
    font-size: 12px;
    color: #999999;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.footer .linkList .list ul li a:hover {
    color: #fff;
}

.footer .qrcode {
    float: right;
    margin-top: 32px;
    text-align: center;
}

.footer .qrcode .pic {
    width: 116px;
    height: 116px;
    background: url(../images/qrcode_line.png) no-repeat;
    background-size: 100% 100%;
    padding: 6px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .qrcode .pic img {
    width: 100%;
    display: block;
}

.footer .qrcode .txt {
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}

.footer .copyright {
    margin-top: 10px;
    clear: both;
}

.footer .copyright .wrap {
    border-top: solid 1px #434343;
    padding: 16px 0;
}

.footer .copyright .logo {
    width: 102px;
    float: left;
}

.footer .copyright .logo img {
    width: 100%;
    display: block;
}

.footer .copyright .link {
    line-height: 34px;
    float: left;
    font-size: 14px;
    color: #999999;
    margin-left: 34px;
}

.footer .copyright .link span {
    padding: 0 4px;
}

.footer .copyright .link a {
    font-size: 14px;
    color: #999999;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.footer .copyright .link a:hover {
    color: #fff;
}

.footer .copyright .copy {
    float: right;
    font-size: 14px;
    color: #666666;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.footer .copyright .copy a {
    font-size: 14px;
    color: #666666;
}

.footer .copyright .copy a:hover {
    color: #fff;
}

.fixedSidebar {
    width: 66px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 90;
    text-align: center;
}

.fixedSidebar li {
    margin-top: 2px;
    position: relative;
}

.fixedSidebar li:hover a {
    background: #af2f2f;
}

.fixedSidebar li a {
    height: 68px;
    display: block;
    padding-top: 10px;
    box-sizing: border-box;
    background: #979797;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.fixedSidebar li a .icon {
    height: 30px;
    line-height: 30px;
}

.fixedSidebar li a .icon img {
    vertical-align: middle;
}

.fixedSidebar li a .txt {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
}

.fixedSidebar li .hide {
    height: 68px;
    line-height: 68px;
    position: absolute;
    top: 0;
    right: 66px;
    z-index: 5;
    background: #979797;
    white-space: nowrap;
    box-sizing: border-box;
    display: none;
}

.fixedSidebar li .phone {
    background: #979797;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
}

.fixedSidebar li .qrcode {
    width: 138px;
    height: 138px;
    right: 66px;
    padding: 8px;
}

.fixedSidebar li .qrcode img {
    width: 100%;
    display: block;
}

.banner img {
    width: 100%;
    display: block;
}

.banner .pic2 {
    display: none;
}

.main .banner .swiper-pagination {
    bottom: 20px;
}

.main .banner .swiper-pagination .swiper-pagination-bullet {
    width: 44px;
    height: 2px;
    margin: 0 2px;
    background: #a1a1a1;
    opacity: 1;
    border-radius: 0;
}

.main .banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #9c0001;
}

.main .banner .swiper-button-next,
.main .banner .swiper-button-prev {
    width: 64px;
    height: 64px;
    left: 135px;
    top: 50%;
    margin: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    border-radius: 50%;
    background: no-repeat center #e7e7e6;
    background-image: url(../images/arrow14.png);
    background-size: 11px auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.main .banner .swiper-button-next:hover,
.main .banner .swiper-button-prev:hover {
    background-color: #d6d4d4;
}

.main .banner .swiper-button-next {
    left: auto;
    right: 135px;
    background-image: url(../images/arrow13.png);
}

.main .columnTitle {
    text-align: center;
    font-size: 40px;
    color: #000;
}

.main .columnTitle span {
    display: block;
    width: 70px;
    height: 2px;
    background: #818282;
    margin: 18px auto 0 auto;
}

.main .product {
    background: #fff;
    padding: 42px 0 30px 0;
}

.main .product .conten {
    padding: 0 100px;
    box-sizing: border-box;
    position: relative;
}

.main .product .conten .swiper-button-next,
.main .product .conten .swiper-button-prev {
    display: none;
}

.main .product .conten .next,
.main .product .conten .prev {
    width: 30px;
    height: 68px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background: url(../images/triangle1.png) no-repeat center #e1e1e1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    cursor: pointer;
}

.main .product .conten .next:hover,
.main .product .conten .prev:hover {
    background-color: #af2f2f;
}

.main .product .conten .next {
    left: auto;
    right: 0;
    background-image: url(../images/triangle2.png);
}

.main .product .conten .swiper-container {
    padding: 30px 12px;
}

.main .product .conten .swiper-slide {
    text-align: center;
}

.main .product .conten .swiper-slide a {
    display: block;
    padding-bottom: 44px;
    background: #f9f9fb;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.main .product .conten .swiper-slide a:hover {
    background: #fff;
    box-shadow: 0 4px 10px 1px #d6d5d5;
}

.main .product .conten .swiper-slide a:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.main .product .conten .swiper-slide img {
    width: 100%;
    display: block;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

.main .product .conten .swiper-slide .pic {
    overflow: hidden;
}

.main .product .conten .swiper-slide .tit {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.main .product .conten .swiper-slide .txt {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.main .solution {
    padding-top: 54px;
    text-align: center;
}

.main .solution #thumbs {
    max-width: 1200px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}

.main .solution #thumbs .swiper-slide {
    width: 112px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #979797;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.main .solution #thumbs .swiper-slide-thumb-active {
    background: #af2f2f;
}

.main .solution #gallery {
    margin-top: 20px;
}

.main .solution #gallery .swiper-slide {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background: no-repeat center;
    padding: 44px 0;
}

.main .solution #gallery .swiper-slide .cent {
    width: 600px;
    background: url(../images/solution_gallery.png);
    padding: 40px 40px 46px 40px;
    box-sizing: border-box;
    text-align: left;
}

.main .solution #gallery .swiper-slide .cent .tit {
    line-height: 36px;
    font-size: 24px;
    color: #333333;
}

.main .solution #gallery .swiper-slide .cent .line {
    width: 34px;
    height: 2px;
    background: #af2f2f;
    margin: 24px 0;
}

.main .solution #gallery .swiper-slide .cent .txt {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

.main .solution #gallery .swiper-slide .cent .btn {
    width: 110px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: solid 1px #c9c9c9;
    font-size: 14px;
    color: #999999;
    display: block;
    margin-top: 54px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.main .solution #gallery .swiper-slide .cent .btn:hover {
    background: #af2f2f;
    border: solid 1px #af2f2f;
    color: #fff;
}

.main .news {
    background: #fff;
    padding: 54px 0 80px 0;
}

.main .news .tab {
    text-align: center;
    margin-top: 30px;
}

.main .news .tab:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.main .news .tab span {
    width: 112px;
    height: 36px;
    line-height: 36px;
    background: #979797;
    display: inline-block;
    margin: 0 1px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.main .news .tab span.on {
    background: #af2f2f;
}

.main .news .tabBox {
    margin-top: 20px;
}

.main .news .tabBox .newsList:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.main .news .tabBox .left {
    width: 587px;
    float: left;
}

.main .news .tabBox .left a {
    display: block;
    background: #f9f9fb;
}

.main .news .tabBox .left a:hover .pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.main .news .tabBox .left a:hover .text {
    background: #af2f2f;
}

.main .news .tabBox .left a:hover .text .tit,
.main .news .tabBox .left a:hover .text .date {
    color: #fff;
}

.main .news .tabBox .left .pic {
    height: 387px;
    overflow: hidden;
}

.main .news .tabBox .left .pic img {
    width: 100%;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.main .news .tabBox .left .text {
    padding: 12px 20px;
    box-sizing: border-box;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.main .news .tabBox .left .text .tit {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.main .news .tabBox .left .text .date {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.main .news .tabBox ul {
    width: 600px;
    float: right;
}

.main .news .tabBox ul li a {
    display: block;
    padding: 26px 22px 0 22px;
    box-sizing: border-box;
}

.main .news .tabBox ul li a:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.main .news .tabBox ul li a:hover {
    background: #af2f2f;
    box-shadow: 0 2px 8px 1px #ebebeb;
}

.main .news .tabBox ul li a:hover .line,
.main .news .tabBox ul li a:hover .date {
    background: none;
}

.main .news .tabBox ul li a:hover .text .tit,
.main .news .tabBox ul li a:hover .text .txt,
.main .news .tabBox ul li a:hover .date span,
.main .news .tabBox ul li a:hover .date {
    color: #fff;
}

.main .news .tabBox ul li .date {
    width: 108px;
    height: 108px;
    float: left;
    background: #f9f9fb;
    padding: 24px 0 0 18px;
    box-sizing: border-box;
    font-family: "Arial";
    font-size: 28px;
    color: #181818;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
}

.main .news .tabBox ul li .date span {
    display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.main .news .tabBox ul li .text {
    padding-left: 122px;
    box-sizing: border-box;
    position: relative;
}

.main .news .tabBox ul li .text .tit {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.main .news .tabBox ul li .text .txt {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.main .news .tabBox ul li .line {
    height: 1px;
    background: url(../images/newslist_line.gif) repeat-x 0 bottom;
    margin-top: 34px;
    display: block;
}

.main .news .tabBox ul li a,
.main .news .tabBox ul li .date span,
.main .news .tabBox ul li .text .tit,
.main .news .tabBox ul li .text .txt,
.main .news .tabBox ul li .line {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.main .service {
    padding: 52px 0 76px 0;
}

.main .service .content {
    text-align: center;
    margin-top: 40px;
}

.main .service .content .box {
    width: 380px;
    margin: 0 0 0 30px;
    float: left;
}

.main .service .content .box:nth-child(3n+1) {
    margin-left: 0;
}

.main .service .content .box a {
    display: block;
    padding: 99px 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 5px 10px 2px #d3d2d4;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.main .service .content .box a:hover .icon1 {
    display: none;
}

.main .service .content .box a:hover .icon2 {
    display: block;
}

.main .service .content .box a:hover .txt {
    color: #af2f2f;
}

.main .service .content .box .icon2,
.main .service .content .box .icon1 {
    height: 95px;
}

.main .service .content .box .icon2 img,
.main .service .content .box .icon1 img {
    height: 100%;
}

.main .service .content .box .icon2 {
    display: none;
}

.main .service .content .box .txt {
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    margin-top: 26px;
}

.container {
    padding-bottom: 190px;
}

.container .banner {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background: no-repeat center;
    height: 250px;
}

.container .columnTitle:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.container .columnTitle .title {
    float: left;
    padding: 30px 0;
    font-size: 30px;
    color: #555555;
}

.container .columnTitle .title span {
    display: block;
    width: 70px;
    height: 2px;
    background: #b8b8b8;
    margin-top: 10px;
}

.container .columnTitle .search {
    float: right;
    margin-top: 40px;
}

.container .columnTitle .search input[type='text'] {
    width: 218px;
    height: 30px;
    line-height: 28px;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    padding: 0 8px;
    background: #fff;
    font-size: 14px;
    color: #666;
    float: left;
}

.container .columnTitle .search input[type='text']::-webkit-input-placeholder {
    color: #999999;
}

.container .columnTitle .search input[type='text']:-moz-placeholder {
    color: #999999;
}

.container .columnTitle .search input[type='text']::-moz-placeholder {
    color: #999999;
}

.container .columnTitle .search input[type='text']:-ms-input-placeholder {
    color: #999999;
}

.container .columnTitle .search button,
.container .columnTitle .search input[type='button'] {
    width: 42px;
    height: 30px;
    float: right;
    background: url(../images/searchbtn.png) no-repeat center #979797;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.container .columnTitle .search button:hover,
.container .columnTitle .search input[type='button']:hover {
    background-color: #af2f2f;
}

.container .contLeft {
    width: 918px;
    float: left;
}

.container .contRight {
    width: 894px;
    float: right;
}

.container .sidebar {
    width: 258px;
    float: right;
}

.container .sidebar:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.container .sidebar.left {
    float: left;
}

.container .sidebar .title {
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: #af2f2f;
    border-bottom: solid 2px #af2f2f;
}

.container .sidebar .title img {
    vertical-align: middle;
    margin: -4px 18px 0 0;
}

.container .sidebar .list {
    background: #fff;
    margin-bottom: 15px;
}

.container .sidebar .list>ul {
    padding-bottom: 20px;
}

.container .sidebar .list>ul>li {
    background: url(../images/sidebar_line.gif) no-repeat center bottom;
}

.container .sidebar .list>ul>li:last-child {
    background: none;
}

.container .sidebar .list>ul>li.on>a,
.container .sidebar .list>ul>li>a:hover {
    color: #af2f2f;
}

.container .sidebar .list>ul>li>a {
    height: 54px;
    line-height: 54px;
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.container .sidebar .list>ul>li>ul {
    padding-bottom: 16px;
}

.container .sidebar .list>ul>li>ul li a {
    height: 30px;
    line-height: 30px;
    padding: 0 42px;
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    color: #777777;
    background: url(../images/sidebar_dot1.png) no-repeat 30px center;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.container .sidebar .list>ul>li>ul li.on a,
.container .sidebar .list>ul>li>ul li a:hover {
    background-image: url(../images/sidebar_dot2.png);
    background-color: #af2f2f;
    color: #fff;
}

.container .columnMenu {
    width: 100%;
    height: 60px;
    overflow: hidden;
    box-sizing: border-box;
}

.container .columnMenu .prev,
.container .columnMenu .next {
    display: none;
}

.container .columnMenu .ui-navigator-list li a,
.container .columnMenu .ui-navigator-fix {
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0 24px;
    font-size: 16px;
    color: #fff;
    background: #979797;
}

.container .columnMenu .ui-navigator-list li a:hover,
.container .columnMenu .ui-navigator-fix:hover {
    background: #af2f2f;
}

.container .columnMenu .ui-navigator-list li a.cur,
.container .columnMenu .ui-navigator-fix.cur {
    background: #af2f2f;
}

.container .columnMenu .ui-navigator-list,
.container .columnMenu .ui-navigator-fix {
    float: left;
}

.container .columnMenu .ui-navigator-list li {
    float: left;
    padding-right: 4px;
}

.container .paging {
    text-align: center;
    margin-top: 40px;
}

.container .paging:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.container .paging ul {
    display: flex;
    justify-content: center;
}

.container .paging li {
    float: left;
    margin: 0 10px;
}

.container .paging ul>a,
.container .paging ul>span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #bcbcbc;
    border: solid 1px #e6e6e6;
    border-radius: 2px;
    background: #fff;
    display: block;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    margin: 0 4px;
}

.container .paging li.on,
.container .paging ul>a:hover,
.container .paging .Ahover,
.container .paging ul>span:hover {
    background-color: #af2f2f;
    border: solid 1px #af2f2f;
    color: #fff;
}

.container .paging li.prev a,
.container .paging li.next a {
    width: 58px;
    background-repeat: no-repeat;
    background-position: center;
}

.container .paging li.prev a {
    background-image: url(../images/paging1.png);
}

.container .paging li.next a {
    background-image: url(../images/paging2.png);
}

.container .paging li.home a {
    width: 54px;
    font-size: 12px;
    color: #15131e;
}

.container .paging li.home a:hover {
    color: #fff;
}

.container .paging li.dd {
    line-height: 36px;
    font-size: 20px;
    color: #e6e6e6;
}

.solutionPage .solutionList {
    margin-top: 40px;
}

.solutionPage .solutionList:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.solutionPage .solutionList li {
    width: 300px;
    float: left;
    margin: 0 0 26px 8px;
}

.solutionPage .solutionList li:nth-child(3n+1) {
    margin-left: 0;
}

.solutionPage .solutionList li a {
    display: block;
}

.solutionPage .solutionList li a:hover .pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.solutionPage .solutionList li a:hover .tit {
    color: #af2f2f;
}

.solutionPage .solutionList li a:hover .date {
    background-position: right 0 center;
}

.solutionPage .solutionList li .pic {
    height: 206px;
    overflow: hidden;
}

.solutionPage .solutionList li .pic img {
    width: 100%;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.solutionPage .solutionList li .text {
    padding: 22px 18px 4px 18px;
    box-sizing: border-box;
    background: #fff;
}

.solutionPage .solutionList li .text .tit {
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.solutionPage .solutionList li .text .date {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #999999;
    border-top: solid 1px #dddddd;
    margin-top: 22px;
    background: url(../images/arrow1.png) no-repeat right 8px center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.solutionPage .details {
    width: 100%;
    background: #fff;
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}

.productList:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.productList li {
    width: 284px;
    float: left;
    text-align: center;
    margin: 0 0 20px 20px;
}

.productList li:nth-child(3n+1) {
    margin-left: 0;
}

.productList li a {
    display: block;
    background: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.productList li a:hover {
    box-shadow: 0 2px 10px 1px #d0cfcf;
}

.productList li a:hover .pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.productList li a:hover .tit {
    color: #af2f2f;
}

.productList li .pic {
    height: 258px;
    overflow: hidden;
}

.productList li .pic img {
    width: 100%;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.productList li .text {
    padding: 12px;
}

.productList li .text .tit {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.productList li .text .txt {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.productPage .productCenter .list {
    width: 295px;
    float: left;
    margin: 0 0 16px 16px;
    background: #fff;
    min-height: 500px;
    padding-bottom: 20px;
}

.productPage .productCenter .list:nth-child(3n+1) {
    margin-left: 0;
}

.productPage .productCenter .list .pic {
    height: 203px;
    overflow: hidden;
}

.productPage .productCenter .list .pic img {
    width: 100%;
    display: block;
}

.productPage .productCenter .list .cont {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 6px;
}

.productPage .productCenter .list .tit {
    height: 62px;
    line-height: 62px;
    border-bottom: solid 1px #eeeeee;
    font-size: 20px;
    color: #333333;
}

.productPage .productCenter .list .tit a {
    font-size: 20px;
    color: #333333;
}

.productPage .productCenter .list .txt {
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    padding: 22px 0;
}

.productPage .productCenter .list ul li a {
    line-height: 26px;
    padding: 5px 0 5px 15px;
    display: block;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    background: url(../images/productcenter_list1.gif) no-repeat 0 14px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.productPage .productCenter .list ul li a:hover {
    color: #af2f2f;
    background-image: url(../images/productcenter_list2.gif);
}

.productPage .photo {
    width: 434px;
    float: left;
    overflow: hidden;
}

.productPage .photo img {
    width: 100%;
    display: block;
}

.productPage .photo #gallery .swiper-button-next,
.productPage .photo #gallery .swiper-button-prev {
    background: url(../images/arrow2.png) no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 43px;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.productPage .photo #gallery .swiper-button-next {
    background-image: url(../images/arrow3.png);
    left: auto;
    right: 10px;
}

.productPage .photo #thumbs {
    margin-top: 15px;
}

.productPage .photo #thumbs .swiper-slide {
    opacity: .8;
    cursor: pointer;
}

.productPage .photo #thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.productPage .introduce {
    width: 424px;
    float: right;
}

.productPage .introduce .title {
    line-height: 40px;
    font-size: 32px;
    color: #af2f2f;
}

.productPage .introduce .text {
    margin: 22px 0 0 0;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    padding: 28px 0 50px 0;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

.productPage .introduce .share {
    line-height: 35px;
    font-size: 14px;
    color: #555555;
    margin-top: 30px;
}

.productPage .introduce .share:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.productPage .introduce .share .tit {
    float: left;
    margin-right: 5px;
}

.productPage .introduce .share .bdsharebuttonbox {
    display: inline-block;
}

.productPage .introduce .share a {
    width: 35px;
    height: 35px;
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
    background: no-repeat;
    background-size: 100% 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.productPage .introduce .share a.bds_sqq {
    background-image: url(../images/share4.png);
}

.productPage .introduce .share a.bds_sqq:hover {
    background-image: url(../images/share44.png);
}

.productPage .introduce .share a.bds_weixin {
    background-image: url(../images/share5.png);
}

.productPage .introduce .share a.bds_weixin:hover {
    background-image: url(../images/share55.png);
}

.productPage .introduce .share a.bds_tsina {
    background-image: url(../images/share6.png);
}

.productPage .introduce .share a.bds_tsina:hover {
    background-image: url(../images/share66.png);
}

.productPage .details {
    margin-top: 56px;
}

.productPage .details .tab {
    border-bottom: solid 1px #dcdcdc;
}

.productPage .details .tab:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.productPage .details .tab span {
    height: 42px;
    line-height: 42px;
    float: left;
    font-size: 18px;
    color: #888888;
    cursor: pointer;
    margin-right: 50px;
    padding-right: 22px;
    margin-bottom: -1px;
}

.productPage .details .tab span.on {
    border-bottom: solid 2px #af2f2f;
    color: #333333;
}

.productPage .details .article {
    padding: 34px 0;
}

.relatedProducts .title {
    border-bottom: solid 1px #dcdcdc;
    font-size: 24px;
    color: #333333;
}

.relatedProducts .title:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.relatedProducts .title span {
    height: 46px;
    line-height: 46px;
    float: left;
    border-bottom: solid 2px #af2f2f;
    margin-bottom: -1px;
}

.relatedProducts .productList {
    margin-top: 20px;
}

.servicePage .afterSale {
    background: #fff;
    margin-top: 33px;
    padding: 50px 36px 20px 36px;
    box-sizing: border-box;
}

.servicePage .afterSale .row {
    margin-bottom: 40px;
}

.servicePage .afterSale .row2 {
    width: 400px;
    float: left;
}

.servicePage .afterSale .row2:nth-child(even) {
    float: right;
}

.servicePage .afterSale .tit {
    width: 90px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 16px;
    color: #666666;
}

.servicePage .afterSale .tit span {
    color: #ff6520;
}

.servicePage .afterSale .inpu {
    padding-left: 90px;
    box-sizing: border-box;
}

.servicePage .afterSale textarea,
.servicePage .afterSale input[type='text'] {
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 18px;
    box-sizing: border-box;
    border: solid 1px #d2d2d2;
    background: #f8f8f8;
    font-size: 14px;
    color: #333;
}

.servicePage .afterSale textarea::-webkit-input-placeholder,
.servicePage .afterSale input[type='text']::-webkit-input-placeholder {
    color: #999999;
}

.servicePage .afterSale textarea:-moz-placeholder,
.servicePage .afterSale input[type='text']:-moz-placeholder {
    color: #999999;
}

.servicePage .afterSale textarea::-moz-placeholder,
.servicePage .afterSale input[type='text']::-moz-placeholder {
    color: #999999;
}

.servicePage .afterSale textarea:-ms-input-placeholder,
.servicePage .afterSale input[type='text']:-ms-input-placeholder {
    color: #999999;
}

.servicePage .afterSale textarea {
    height: 258px;
    resize: none;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.servicePage .afterSale .downloadBtn {
    height: 28px;
    line-height: 28px;
    border: solid 1px #d2d2d2;
    border-radius: 4px;
    background: #f8f8f8;
    padding: 0 14px;
    font-size: 14px;
    color: #555555;
    cursor: pointer;
    margin-left: 90px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.servicePage .afterSale .downloadBtn:hover {
    background: #af2f2f;
    border: solid 1px #af2f2f;
    color: #fff;
}

.servicePage .afterSale .submitBtn {
    width: 192px;
    height: 58px;
    background: #979797;
    border-radius: 2px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    margin-left: 90px;
    clear: both;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.servicePage .afterSale .submitBtn:hover {
    background: #af2f2f;
}

.servicePage .download {
    margin-top: 54px;
}

.servicePage .download .menu:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.servicePage .download .menu a {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 36px;
    font-size: 16px;
    color: #333333;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.servicePage .download .menu a.on {
    border-bottom: solid 2px #af2f2f;
    color: #af2f2f;
}

.servicePage .download .menu a:hover {
    color: #af2f2f;
}

.servicePage .download .list {
    padding: 34px 22px 15px 22px;
    box-sizing: border-box;
    background: #fff;
}

.servicePage .download .list li {
    margin: 0 0 35px 0;
    background: url(../images/download_line1.gif) repeat-x 0 0, url(../images/download_line1.gif) repeat-x 0 bottom;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.servicePage .download .list li:hover {
    background: url(../images/download_line3.gif) repeat-x 0 0, url(../images/download_line3.gif) repeat-x 0 bottom;
}

.servicePage .download .list li:hover .box {
    background: url(../images/download_line4.gif) repeat-y 0 0, url(../images/download_line4.gif) repeat-y right 0 top 0;
    border: dotted 1px #af2f2f\9;
}

.servicePage .download .list li:hover .btn {
    background-color: #af2f2f;
}

.servicePage .download .list li:hover .tit {
    color: #af2f2f;
}

.servicePage .download .list li .box {
    display: block;
    background: url(../images/download_line2.gif) repeat-y 0 0, url(../images/download_line2.gif) repeat-y right 0 top 0;
    border: dotted 1px #d2d2d2\9;
    padding: 32px 20px;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.servicePage .download .list li .btn {
    width: 132px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-indent: 22px;
    font-size: 14px;
    color: #fff;
    background: url(../images/download_btn.png) no-repeat 28px center #979797;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 20px;
    z-index: 2;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.servicePage .download .list li .tit {
    padding-top: 5px;
    line-height: 24px;
    padding-right: 140px;
    box-sizing: border-box;
    font-size: 18px;
    color: #666666;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.servicePage .download .list li .info {
    line-height: 20px;
    font-size: 14px;
    color: #888888;
    margin-top: 38px;
}

.servicePage .download .list li .info:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.servicePage .download .list li .info .p1 {
    width: 33.333%;
    float: left;
}

.servicePage .download .list li .info .lg {
    background: url(../images/download_lg.gif) no-repeat 0 center;
    background-size: 9px 9px;
    padding-left: 15px;
    margin-right: 34px;
    cursor: pointer;
}

.servicePage .download .list li .info .lg.on {
    background-image: url(../images/download_lg2.gif);
    background-size: 12px 9px;
}

.servicePage .technology {
    margin: 30px 0;
}

.servicePage .technology li {
    background: url(../images/technology_line.png) repeat-x 0 bottom;
    padding: 30px 0;
}

.servicePage .technology li .q {
    padding: 0 120px 0 32px;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 18px;
    color: #333333;
    background: url(../images/technology1.gif) no-repeat 0 4px;
}

.servicePage .technology li .a {
    padding: 0 120px 0 32px;
    box-sizing: border-box;
    background: url(../images/technology2.gif) no-repeat 0 4px;
    font-size: 16px;
    color: #666666;
    margin-top: 18px;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.servicePage .technology li .a.now::after {
    background: url(../images/arrow5.png) no-repeat;
}

.servicePage .technology li .a.now span {
    height: auto;
    -webkit-line-clamp: 999;
}

.servicePage .technology li .a::after {
    content: " ";
    width: 12px;
    height: 7px;
    background: url(../images/arrow4.png) no-repeat;
    position: absolute;
    right: 12px;
    top: 4px;
    z-index: 2;
}

.servicePage .technology li .a span {
    line-height: 24px;
    height: 48px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.aboutPage .companies {
    margin-top: 30px;
}

.aboutPage .companies .bigPic {
    margin-bottom: 28px;
}

.aboutPage .companies .bigPic img {
    width: 100%;
    display: block;
}

.aboutPage .companies .title {
    line-height: 34px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 14px;
}

.aboutPage .companies .tit {
    font-size: 20px;
    color: #333333;
}

.aboutPage .companies .tit span {
    width: 28px;
    height: 2px;
    background: #c3c3c3;
    display: block;
    margin-top: 12px;
}

.aboutPage .companies ul {
    max-width: 600px;
}

.aboutPage .companies ul:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.aboutPage .companies ul li {
    max-width: 276px;
    line-height: 22px;
    float: left;
    margin-bottom: 6px;
    padding-left: 15px;
    box-sizing: border-box;
    background: url(../images/companies_list.gif) no-repeat 0 8px;
}

.aboutPage .history {
    background: #fff;
    margin-top: 32px;
    padding-top: 56px;
}

.aboutPage .history .tab {
    padding: 0 68px;
    box-sizing: border-box;
    position: relative;
}

.aboutPage .history .tab .next,
.aboutPage .history .tab .prev {
    width: 10px;
    height: 18px;
    background: url(../images/arrow6.png) no-repeat;
    position: absolute;
    left: 12px;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.aboutPage .history .tab .next {
    left: auto;
    right: 12px;
    background-image: url(../images/arrow7.png);
}

.aboutPage .history .tab .prev:hover {
    background-image: url(../images/arrow8.png);
}

.aboutPage .history .tab .next:hover {
    background-image: url(../images/arrow9.png);
}

.aboutPage .history .tab .point2,
.aboutPage .history .tab .point1 {
    width: 19px;
    height: 4px;
    background: url(../images/point.gif) no-repeat;
    position: absolute;
    left: 45px;
    top: 28px;
    z-index: 2;
}

.aboutPage .history .tab .point2 {
    left: auto;
    right: 45px;
}

.aboutPage .history .swiper-button-prev,
.aboutPage .history .swiper-button-next {
    display: none;
}

.aboutPage .history #thumbs {
    background: url(../images/history_line.gif) repeat-x left 0 bottom 4px;
}

.aboutPage .history #thumbs .swiper-slide {
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding-bottom: 12px;
    position: relative;
    line-height: 22px;
    cursor: pointer;
}

.aboutPage .history #thumbs .swiper-slide::after {
    content: " ";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 2;
    background: #e5e5e5;
    border-radius: 50%;
}

.aboutPage .history #thumbs .swiper-slide-thumb-active {
    color: #af2f2f;
}

.aboutPage .history #thumbs .swiper-slide-thumb-active::after {
    background: #af2f2f;
}

.aboutPage .history #gallery {
    margin-top: 30px;
}

.aboutPage .history #gallery .swiper-slide {
    box-sizing: border-box;
    padding: 20px 54px 54px 54px;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
}

.aboutPage .history #gallery .swiper-slide p {
    margin-bottom: 8px;
}

.aboutPage .honorary {
    margin-top: 40px;
}

.aboutPage .honorary figure {
    width: 281px;
    float: left;
    margin: 0 0 25px 25px;
    text-align: center;
}

.aboutPage .honorary figure:nth-child(2),
.aboutPage .honorary figure:nth-child(1) {
    width: 590px;
    margin-bottom: 50px;
}

.aboutPage .honorary figure:nth-child(1) {
    margin-left: 0;
}

.aboutPage .honorary figure:nth-child(2) {
    margin-left: 20px;
}

.aboutPage .honorary figure:nth-child(4n+3) {
    margin-left: 0;
}

.aboutPage .honorary figure img {
    width: 100%;
    display: block;
}

.aboutPage .honorary figure:hover figcaption {
    color: #af2f2f;
}

.aboutPage .honorary figure figcaption {
    line-height: 24px;
    font-size: 16px;
    color: #333333;
    margin-top: 16px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}


/**
 * 相册
 */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0;
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}

.pswp--animate_opacity {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transition: opacity .15s;
    transition: opacity 0.15s;
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: #222222;
}

.pswp--ie .pswp__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid white;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0;
    margin: 0;
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: white;
    opacity: 0.7;
}

.pswp__error-msg a {
    color: white;
    text-decoration: underline;
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0;
    cursor: pointer;
    overflow: visible;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.pswp--animated-in .pswp__button {
    -webkit-transition: opacity .25s;
    transition: opacity 0.25s;
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.svg);
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0;
    }
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    -webkit-backface-visibility: hidden;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: white;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform .25s;
    will-change: transform;
    -webkit-backface-visibility: hidden;
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: black;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000000;
}

.pswp__share-tooltip a:hover:first-child {
    border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:hover:last-child {
    border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: white;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #ffffff;
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #ffffff;
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d;
}

a.pswp__share--download:hover {
    background: #dddddd;
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__top-bar,
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: white;
    opacity: .75;
    padding: 0 10px;
}

@media screen and (max-width: 1024px) {
    .pswp_scroll-wrap {
        top: 0;
        bottom: 0;
    }
    .pswp__caption {
        margin-top: 0;
    }
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    width: 100%;
    min-height: 44px;
}

.pswp__caption small {
    font-size: 11px;
    color: #bbbbbb;
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    color: white;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #cccccc;
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0;
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__bg,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0;
}

.pswp--minimal--dark .pswp__button--arrow--left,
.pswp--minimal--dark .pswp__button--arrow--right {
    background: 0;
}


/**
 * 相册end
 */

.recruitmentPage {
    overflow: hidden;
}

.recruitmentPage .recruitmentList {
    margin-top: 48px;
    margin-bottom: 58px;
    min-height: 400px;
}

.recruitmentPage .recruitmentList:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.recruitmentPage .recruitmentList li {
    padding: 40px 32px;
    box-sizing: border-box;
    background: #fff;
    border-left: solid 4px #fff;
    margin-bottom: 40px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.recruitmentPage .recruitmentList li.on {
    border-left: solid 4px #af2f2f;
}

.recruitmentPage .recruitmentList li.on .top {
    background-image: url(../images/arrow10.png);
}

.recruitmentPage .recruitmentList li .top {
    padding-right: 40px;
    box-sizing: border-box;
    background: url(../images/arrow11.png) no-repeat right 0 top 0;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.recruitmentPage .recruitmentList li .top .tit {
    line-height: 32px;
    font-size: 24px;
    color: #333333;
}

.recruitmentPage .recruitmentList li .top .info {
    line-height: 22px;
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.recruitmentPage .recruitmentList li .bottom {
    margin-top: 20px;
    display: none;
}

.recruitmentPage .recruitmentList li .bottom .text {
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}

.recruitmentPage .recruitmentList li .bottom .text .tit {
    color: #333333;
}

.recruitmentPage .recruitmentList li .bottom .btn {
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: solid 1px #af2f2f;
    border-radius: 4px;
    font-size: 16px;
    color: #af2f2f;
    display: block;
    margin-top: 44px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.recruitmentPage .recruitmentList li .bottom .btn:hover {
    background: #af2f2f;
    color: #fff;
}

.contactPage .contact {
    margin-bottom: 30px;
    padding: 34px 40px 36px 40px;
    box-sizing: border-box;
    background: #fff;
}

.contactPage .contact:last-child {
    margin-bottom: 0;
}

.contactPage .contact .title {
    line-height: 34px;
    font-size: 24px;
    color: #af2f2f;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 26px;
}

.contactPage .contact .title span {
    font-size: 16px;
    color: #888888;
}

.contactPage .contact .address:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.contactPage .contact .address .box {
    width: 33.333%;
    float: left;
    padding: 30px 0 0 0;
}

.contactPage .contact .address .tit {
    line-height: 25px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-left: 36px;
    box-sizing: border-box;
    background: no-repeat;
}

.contactPage .contact .address .txt {
    line-height: 20px;
    font-size: 14px;
    color: #555555;
    margin-top: 24px;
    padding-left: 36px;
    box-sizing: border-box;
}

.contactPage .contact .address .txt p {
    margin-bottom: 10px;
}

.contactPage .contact .allmap {
    height: 220px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    margin-top: 24px;
}

.newsPage .newsList {
    margin-top: 30px;
    background: #fff;
    padding: 20px 40px 40px 40px;
    box-sizing: border-box;
}

.newsPage .newsList li a {
    padding: 30px 0;
    display: block;
    background: url(../images/newslist_line.png) repeat-x 0 bottom;
}

.newsPage .newsList li a:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.newsPage .newsList li a:hover .pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.newsPage .newsList li a:hover .text {
    padding: 0 0 0 394px;
}

.newsPage .newsList li a:hover .text .tit {
    color: #af2f2f;
}

.newsPage .newsList li a:hover .text .btn {
    background: url(../images/arrow12.png) no-repeat right 10px center #af2f2f;
    color: #fff;
}

.newsPage .newsList li .pic {
    width: 357px;
    height: 216px;
    float: left;
    overflow: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.newsPage .newsList li .pic img {
    width: 100%;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.newsPage .newsList li .text {
    padding: 0 14px 0 380px;
    box-sizing: border-box;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.newsPage .newsList li .text .tit {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    margin-top: 12px;
}

.newsPage .newsList li .text .date {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 10px;
}

.newsPage .newsList li .text .txt {
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    color: #808080;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 24px;
}

.newsPage .newsList li .text .btn {
    width: 128px;
    height: 42px;
    line-height: 42px;
    background: url(../images/arrow12.png) no-repeat right 20px center #979797;
    border-radius: 4px;
    text-indent: 22px;
    font-size: 15px;
    color: #fff;
    margin-top: 24px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.newsPage .details {
    margin-top: 50px;
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
}

.newsPage .details .title {
    text-align: center;
    padding: 34px 0;
    background: url(../images/newslist_line.png) repeat-x 0 bottom;
}

.newsPage .details .title .tit {
    line-height: 40px;
    font-size: 32px;
    color: #af2f2f;
}

.newsPage .details .title .info {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #b7b7b7;
    margin-top: 16px;
}

.newsPage .details .title .info span {
    padding-left: 24px;
    background: url(../images/newsdetails_info1.png) no-repeat 0 center;
    margin: 0 20px;
}

.newsPage .details .title .info span.see {
    background-image: url(../images/newsdetails_info2.png);
}

.newsPage .details .article {
    padding: 28px 0;
    border-bottom: solid 1px #e5e5e5;
    font-size: 16px;
    line-height: 30px;
}

.newsPage .details .prevnext {
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    padding: 25px 0;
}

.newsPage .details .prevnext:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.newsPage .details .prevnext .l,
.newsPage .details .prevnext .r {
    width: 50%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newsPage .details .prevnext .r {
    text-align: right;
}

.newsPage .details .prevnext a {
    font-size: 16px;
    color: #333333;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.newsPage .details .prevnext a:hover {
    color: #af2f2f;
}

.newsPage .bdsharebuttonbox {
    margin-top: 20px;
}


/*首页动画*/

@media only screen and (min-width: 1200px) {
    .main .service .content .box,
    .main .service .columnTitle,
    .main .news .tabBox,
    .main .news .tab,
    .main .news .columnTitle,
    .main .solution #gallery,
    .main .solution #thumbs,
    .main .solution .columnTitle,
    .main .product .conten,
    .main .product .columnTitle {
        position: relative;
        top: 150px;
        opacity: 0;
        transition: 0.8s;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -ms-transition: 0.8s;
        -o-transition: 0.8s;
    }
    .main .service .content .box.an,
    .main .service .columnTitle.an,
    .main .news .tabBox.an,
    .main .news .tab.an,
    .main .news .columnTitle.an,
    .main .solution #gallery.an,
    .main .solution #thumbs.an,
    .main .solution .columnTitle.an,
    .main .product .conten.an,
    .main .product .columnTitle.an {
        top: 0;
        opacity: 1;
    }
}


/*客服*/

.clear,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
}

#returntop {
    width: 0.8rem;
    height: 0.88rem;
    background: url(../images/gotop.png) no-repeat center top;
    background-size: 0.8rem auto;
    position: fixed;
    bottom: 10%;
    right: 1%;
    cursor: pointer;
    z-index: 99;
}

#copyright {
    width: 94%;
    margin: 0 auto;
    color: #ababab;
    font-size: 0.24rem;
    line-height: .4rem;
    padding: 0.3rem 0;
}

#copyright a {
    color: #ababab;
}

#fix-sider {
    width: 1rem;
    height: 1rem;
    position: fixed;
    right: 2%;
    bottom: 29%;
    background: url(../images/tel.png) no-repeat center top;
    background-size: 1rem auto;
    cursor: pointer;
    z-index: 999;
}

@media only screen and (max-width: 1200px) {
    #toolbar {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 888;
        left: 0;
        display: block!important;
    }
}

#toolbar .list {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #3c3c3c;
}

#toolbar .list li {
    float: left;
    width: 25%;
    text-align: center;
}

#toolbar .list a {
    display: block;
    height: 60px;
    padding-top: 10px;
    font-size: 14px;
}

#toolbar .list a span {
    text-align: center;
    color: #c4c4c4;
    display: block;
    font-size: 0.22rem;
}

#toolbar .list a s {
    margin-left: auto;
    margin-right: auto;
    width: 28px;
    height: 28px;
    display: block;
    background: url(../images/icon3.png) no-repeat;
}

#toolbar .list li:nth-child(2) s {
    background: url(../images/icon1.png) no-repeat;
}

#toolbar .list li:nth-child(3) s {
    background: url(../images/icon2.png) no-repeat;
}

#toolbar .list li:nth-child(4) s {
    background: url(../images/icon4.png) no-repeat;
}

#toolbar .list li:hover {
    background: #003e92;
}

#wxnr {
    width: 100%;
    height: 100%;
    max-width: 640px;
    min-width: 320px;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    background: rgba(0, 0, 0, .6);
}

#wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 6px #777;
    -webkit-box-shadow: 0px 2px 6px #777;
    -moz-box-shadow: 0px 2px 6px #777;
    border-radius: 10px;
}

#wxnr img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}

#wxnr p {
    font-size: 14px;
    text-align: center;
}

#wxnr i {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
}

#wxnr span {
    display: inline-block;
    padding: 0.03rem 0.1rem;
    line-height: 0.35rem;
    background-color: #003e92;
    color: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
}

#wxnr span.wx {
    padding-left: 0.4rem;
    background-images: url(../images/wx.png);
    background-size: 0.28rem;
    background-position: 0.1rem center;
    background-repeat: no-repeat;
}